PingOneGetInfoCallback

public interface PingOneGetInfoCallback

Callback interface that will notify developers about getInfo task completion. JsonObject containing array with all the paired users info will be returned to the calling application on successful response. PingOneSDKError objects array will be empty if process completed successfully.

Functions

Link copied to clipboard
@Deprecated(since = "2.0.0")
public void onComplete(@Nullable() JsonObject deviceInfo, @Nullable() PingOneSDKError error)
Deprecated since 2.0.
public abstract void onComplete(@Nullable() JsonObject deviceInfo, @NonNull() Array<PingOneSDKError> errors)